@charset "utf-8";
* {
  font-style: normal;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
}
html {
  width: 100%;
  height:auto;
  overflow-x: hidden;
}
body {
  padding: 0px;
  margin: 0px;
  font-family: PingFang-SC-Regular,"PingFang SC","Microsoft YaHei","WenQuanYi Micro Hei", sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
ul,
li,
ol,
dd,
dl,
dt,
p,
form {
  padding: 0px;
  margin: 0px;
  border: 0 none;
  list-style: none;
}
fieldset {
  border: none;
}
img {
  border: none;
}
li {
  list-style: none;
}
ol,
ul {
  list-style: none outside none;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
textarea {
  *overflow: auto;
  outline: none;
}
input,
button,
textarea,
select {
  *font-size: 100%;
  outline: none;
  cursor: pointer; 
  -webkit-appearance: none;
  border-radius:0;
  border: none;
  background-color: transparent;
}
button {
  cursor: pointer;
  overflow: visible;
  outline: none;
  border: none;
  background-color: transparent;
}
input[type="reset"],
input[type="button"],
input[type="submit"] {
  cursor: pointer;
  overflow: visible;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
section,
header,
footer {
  display: block;
}
a {
  color: #999;
  text-decoration: none;
}
a:hover {
  color: #63C697 !important;
  border-color: #63C697;
}
.wh100{
  width: 100%;
  height: 100%;
}
.text_overflow{
  width: 100%;
  overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.text_overflow2{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.font12{
  font-size: 12px;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
.wh100{
  width: 100%;
  height: 100%;
}
.img{
  width: 100%;
}
.container{
  width: 1200px;
  margin: 0 auto;
}
.mt80{
  margin-top: 80px;
}
.mt50{
  margin-top: 50px;
}
.mt20{
  margin-top: 20px;
}
.mt10{
  margin-top: 10px;
}